Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release: v1.1.3 #18

Merged
merged 11 commits into from
Oct 16, 2024
Merged

release: v1.1.3 #18

merged 11 commits into from
Oct 16, 2024

Conversation

jarvis8x7b
Copy link
Member

@jarvis8x7b jarvis8x7b commented Oct 16, 2024

  • prisma schema redesign
  • validator oom fixes
  • add custom exceptions & exception handling
  • standardise datetime parsing functions
  • remove unused cli args
  • add cli arg to ignore_min_stake for easier testing
  • tweak subnet params
    • to reduce task deadline from 8 hours to 6 hours
    • reduce num miners queried from 10 to 8
    • trigger scoring from every 20 mins to every hour

synthetic api changelog:

Tedbees and others added 9 commits October 15, 2024 22:27
* chore: add TODOs

* refactor: redesign prisma schema

* refactor: use one to one relation, remove unique key

* fix: ensure 1 to many mapping of ground truth

* refactor: add is_processed flag

* refactor: async generator for batching, add mapper func

* ci: disable ci for drafts

* refactor: define custom exceptions

* refactor: update score and send feedback function

* chore: remove unused function

* fix: merged, and combine changes

* refactor: mark is_processed flag

* refactor: add custom exceptions, remove old method, double validation, slowly remove dendrite query response

* refactor: get by task id

* refactor: remove convoluted function

* refactor: only load scores, simplify validator state loading

* fix: wip on dojo task tracker's monitor completion

* refactor: remove overwrite function, rename function

* chore: ruff lint

* refactor: move save task to orm

* refactor: simplify saving validator state, nuke data manager

* refactor: remove wrongly copied code

* fix: updated monitor_task_completions_draft

* refactor: clear all TODOs

* fix: add missing store ground truth

* fix: enable cli to point to env file

* refactor: simplify task tracking

* refactor: use validator objects directly

* fix: subtensor endpoint

---------

Co-authored-by: codebender <167290009+codebender37@users.noreply.github.com>
chore: use dev image temporarily

fix: add missing vali dendrite hotkey, catch error properly

refactor(prisma): add createdat/updatedat

perf: add exception handling for miner create task

fix: ensure consistency of datetime formats and objects, cleanup logs
fix: add missing criteria models

chore: add ignore min stake cli arg

fix: use correct db field, add param, add expire_at cutoff method

fix: properly determine cutoff for scoring, ensure to mark as processed
perf: remove completion responses from miner data

chore: reduce num miners to query, shorten task deadline

fix: isnan args

fix: empty completion for miners

fix: consistency between torch and numpy
@jarvis8x7b jarvis8x7b marked this pull request as ready for review October 16, 2024 14:52
@jarvis8x7b jarvis8x7b changed the title Dev full sendeez Oct 16, 2024
@jarvis8x7b jarvis8x7b changed the title full sendeez release: v1.2 Oct 16, 2024
Copy link
Collaborator

@karootplx karootplx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm send it

@jarvis8x7b jarvis8x7b merged commit 946fbb5 into main Oct 16, 2024
2 of 5 checks passed
@Tedbees
Copy link
Contributor

Tedbees commented Oct 16, 2024

🎉 This PR is included in version 1.1.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@jarvis8x7b jarvis8x7b changed the title release: v1.2 release: v1.1.3 Oct 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants